home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15745 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  891 b 

  1. Path: mail2news.demon.co.uk!lorelei.demon.co.uk
  2. From: John Croudy <john@lorelei.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: what does this code do?
  5. Date: Sun, 7 Apr 96 17:35:20 GMT
  6. Organization: home
  7. Message-ID: <9604071735.AA001nh@lorelei.demon.co.uk>
  8. References: <4k6u2v$i2c@newsbf02.news.aol.com>
  9. X-NNTP-Posting-Host: lorelei.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!lorelei.demon.co.uk
  12.  
  13. On 6 Apr 1996 18:17:51 -0500, Mrdavc wrote:
  14.  
  15. > linePtrs[currentLine][lineLen[currentLine]] = (char) key;
  16. > What does this code do?  It looks like linePtrs is a multidimensional
  17.  
  18. It looks like a two dimensional array to me: char linePtrs[...][...]
  19.  
  20. but if it isn't then I've no idea! Unless there's some weird thing with
  21. overloading [] operators or something.
  22.  
  23. BTW: What a horribly unreadable line of code!
  24.  
  25. John
  26. xxxx
  27.